home *** CD-ROM | disk | FTP | other *** search
/ Go64! / Go64_2003-10_2003_CSW_Side_B.d64 / falcon dash 2003 (.txt) < prev    next >
Commodore BASIC  |  2023-02-26  |  512b  |  25 lines

  1. 10 rem falcon dash 2003
  2. 20 if a=1 then sys 26368
  3. 30 if a=2 then sys 2560
  4. 40 print"[147]"
  5. 50 poke 53280,0:poke 53281,0
  6. 60 print "falcon dash 2003 : the dark cave"
  7. 70 print"[156]                     hamar & mitchell"
  8. 100 print"[155]1. game"
  9. 101 print"[152]2. intro+game"
  10. 102 print"[151]3. picture"
  11. 110 get g$
  12. 120 if g$="1" then goto 200
  13. 130 if g$="2" then goto 300
  14. 135 if g$="3" then goto 400
  15. 140 goto 110
  16. 200 a=1
  17. 205 print:print"loading ..."
  18. 210 load"[194]     cave     [194]",8,1
  19. 300 a=2
  20. 305 print:print"loading ..."
  21. 310 load"[194]   the dark   [194]",8,1
  22. 400 print:print"loading ..."
  23. 410 load"picture*",8
  24. 420 run
  25.